Class AuthenticationConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
org.dogtagpki.server.authentication.AuthenticationConfig
- All Implemented Interfaces:
Cloneable
Provides auths.* parameters.
-
Field Summary
Fields inherited from class com.netscape.cmscore.base.ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationConfig
(ConfigStorage storage) AuthenticationConfig
(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns auths.instance.* parameters.Returns auths.revocationChecking.* parameters.Methods inherited from class com.netscape.cmscore.base.ConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
AuthenticationConfig
-
AuthenticationConfig
-
-
Method Details
-
getAuthManagersConfig
Returns auths.instance.* parameters. -
getRevocationCheckingConfig
Returns auths.revocationChecking.* parameters.
-